* {
    margin: 0;
    padding: 0;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }
body {
    /* background: #000; */
    font-family: "微软雅黑",Arial, "Microsoft Yahei",;
    color: #2e2e2e;
}


.wrap {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}

.header {
    width: 100%;
    position: relative;
    padding-bottom: 70px;
    overflow: hidden;
}

.header_top {
    width: 100%;
    height: 70px;
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: absolute;
    box-sizing: border-box;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
}
/*.header_top:hover{*/
/*    background: #fff;*/
/*}*/
.head_hover{
    background: #fff;
}
.logo{
    width: 200px;
}
.logo img {
    width: 100%;
}

.nav ul {
    list-style: none;
}

.nav ul li {
    float: left;
}

.nav ul li a {
    text-decoration: none;
    color: #000;
    line-height: 100px;
    padding: 0 20px;
    font-size: 14px;
}

.nav ul li.on a {
	color:#0062ff;
}

.nav_index ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 100px;
    padding: 0 20px;
    font-size: 14px;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}
.swiper1{
    width: 100%;
}
.swiper2 .swiper-slide{
    display: flex;
}
.main {
    width: 100%;
}
.product_services .title{
    text-align: center;
    padding: 60px 0;
}
.product_services .title h2{
	
}
.product_services .title p{
    margin-top:10px;
    font-size: 14px;
    line-height: 20px;
    color: #2e2e2e;
}
.product_services .title h2{
    font-size: 30px;
    color: #2e2e2e;padding-bottom:20px;
}
.product_services .list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    /* padding: 0 60px; */
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}
.product_services .list .item{
    width: 25%;
    /* background-color: #f7f8fc; */
    padding: 20px 13px;
    text-align: center;
   transition: .3s linear;
}
.product_services .list .item .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(rgba(59,103,212,0) 10%,rgba(59,103,212,1) 80%);*/
}
.product_services .list .item .mask div{
    margin-top: 390px;
}
.news .items img:hover{
       transform: scale(1.2);
       transition: all .3s;
}
.itemLi{
    background-color: #f7f8fc;
    padding: 0px 20px;
    height: 480px;
    overflow: hidden;
 position: relative;

}
.product_services .list  .item:hover .itemLi{
    padding:0;
    
}
.product_margin .list .item img {
    width: 100%;
    margin: 100px 0 112px 0;
    transition: .3s linear;
}
.product_margin .list .item:hover img {
    margin: 50px 0 40px 0;
}
.product_services .list .item div p:nth-child(1){
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.product_services .list .item div p:nth-child(2){
    font-size: 12px;
    line-height: 20px;

}
.product_margin .list .item .itemAdd{
    width:43px;
    /* background:#a0a0a0; */
    height:43px;
    /* margin:0 auto;
    margin-top:40px; */
    display:none;
}
.product_margin .list .item:hover .itemAdd{
    display:block;
    margin:0 auto;
    margin-top:30px;
}
.product_services .services{
   
}
.product_services .services .left{
    width: 41%;
}
.product_services .services .left p{
    margin-bottom: 15px;
}.product_services .title{
    text-align: center;
    padding: 80px 0 40px 0;
}
.product_services .title p{
    margin-top:15px!important;
    font-size: 16px;
    line-height: 20px;
}
.product_services .title h2{
    font-size: 38px;
}
.product_services .list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    /* padding: 0 60px; */
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}
.product_services .list .item{
    width: 25%;
    /* background-color: #f7f8fc; */
    padding: 20px 13px;
    text-align: center;
   transition: .3s linear;
}
.itemLi{
    background-color: #f7f8fc;
    padding: 0px 20px;
    height: 480px;
    overflow: hidden;
}
.product_services .list  .item:hover .itemLi{
    padding:0;
    /*background: linear-gradient(#ebeff5,#3b67d4);*/
}
.product_margin .list .item img {
    width: 80%;
    margin: 80px 0 90px 0;
    transition: .3s linear;
}

.product_margin .list .item  img {
    width: 80%;
    margin: 80px 0 90px 0;
    transition: .3s linear;
}
.product_margin .list .item:hover img {
    margin: 50px 0 40px 0;
    transform: scale(1.2);
}
.product_services .list .item div p:nth-child(1){
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product_services .list .item div p:nth-child(2){
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.product_margin .list .item .itemAdd{
    width:43px;
    height:43px;
    /* margin:0 auto;
    margin-top:40px; */
    display:none;
}
.product_margin .list .item:hover .itemAdd{
    display:block;
    margin:0 auto;
    margin-top:30px;
}
.product_services .services{
    padding: 100px 0;
    width: 90%;
    margin: auto;
}
.product_services .services .left{
    width: 41%;
}
.product_services .services .left p{
    margin-bottom: 15px;
}
.font_blue{
    font-size: 20px;
    color: #023cce;
}
.font_big{
    font-size: 30px;
}
.font_small{
    font-size: 14px;
    line-height: 26px;
    color: #2d2e30;

}
.product_services .services .right{
    width: 100%;
    
}
.swiper2{
    /*height: 350px;*/
}
.xw_introduce,.xw_advantage{
    width: 100%;
    background: #f2f3f5;padding-bottom:80px;
}
.xw_introduce .partner{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.xw_introduce .partner .left{
    width: 50%;
}
.xw_introduce .partner .left p{
    margin-bottom: 12px;
}
.xw_introduce .partner .left p:nth-child(1){
    font-size: 30px;
    color: #0353c6;
    font-weight: 600;
    line-height: 50px;
}
.xw_introduce .partner .left p:nth-child(2){
    font-size: 14px;
    color: #2d2e30;
    line-height: 30px;
}
.xw_introduce .partner .left p:nth-child(3){
    color: #1c1bfb;
    font-size: 14px;
} 
.xw_introduce .partner .left p:nth-child(3) a{
    color: #1c1bfb;
    text-decoration: none;
}
.xw_introduce .partner .right{
    width: 40%;
    background: #b7cbe3;
    height: 350px;
}
.xw_introduce .num_scroll{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 50px;
}
.xw_introduce .num_scroll .item .large{
    font-family: fantasy;
    font-size: 50px;
    color: #0d4ea1;
    vertical-align: middle;
    /*font-weight: 600;*/
}
.sup{
    font-size: 27px;
    color: #0051C6;
}
.xw_introduce .num_scroll .item .small{
    display: inline-block;
}
@media (max-width:1200px){
	.xw_introduce .num_scroll .item .small{
		width: 100px;position: absolute;margin-top:20px;
	}
}
.xw_advantage .list{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.xw_advantage .list .item{
    width: 22%;
    background: #fff;
    position: relative;
}
.xw_advantage .list .item p:nth-child(1){
    width: 80px;
    height: 80px;
    background: #0039c8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top:-40px;
    left: 0;
    right: 0;
    margin: auto;
}
.xw_advantage .list .item p:nth-child(2){
    color: #0039c8;
    font-weight: 600;
    font-size: 16px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.xw_advantage .list .item p:nth-child(3){
    font-size: 12px;
    line-height: 25px;
}
.xw_advantage .list .item p img{
    width: 60%;
    
}
.customer .swiper-container{
    width: 90%;
    margin: auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.news{
    background: #f2f3f5;
}
.news .list{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.news .list .items{
    width: 30%;
    background: #fff;
    padding: 6px 6px 50px 6px;
}
.news .list .items img{
    width: 100%;
    display: block;
    margin: auto; 
    padding-bottom: 8px; 
}
.news .list .items a{
    text-decoration: none;
    font-size: 12px;
    overflow: hidden;
    color: #2d2e30;
    display: block;
    padding: 8px 0; 
   
}
.news .list .items p:nth-child(2){
    font-size: 12px;
    font-weight: 600;
}
.news .list .items p:last-child{
    color: #2d2e30;
    font-size: 12px;
}
.more{
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.more a{
    margin: auto;
    text-decoration: none;
    background: #254efe;
    color: #fff;
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.footer{
    width: 100%;
    background: #0038c3;
   
}
.footer_center{
    width: 80%;
    margin: auto;
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
}
.footer .left{
    width: 50%;
    display: flex;
    color: #fff;
    align-items: center;
}
.phone_text p:nth-child(1){
    font-size: 16px;
}
.phone_text p:nth-child(2){
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 20px 0;
}
.phone_text a{
    background: #000;
    border-radius: 12px;
    width: 120px;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
}
.footer .left img{
    width: 80%;
}
.footer .right{
    width:50%;
}
.footer .right p{
    color: #fff;
}
.footer .right p input{
    height: 30px;
    text-indent: 15px;
    width: 220px;
    border-radius: 15px;
    border: none;
    font-size: 12px;
}
.footer .right p:nth-child(2){
    margin: 20px 0;
}
.footer .right p:nth-child(3) a{
    display: inline-block;
    width: 220px;
    height: 30px;
    border-radius: 15px;
    background: #181818;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.profile_menu{
    width: 100%;
}
.profile_menu .profile_menu_center{
    width: 60%;
    padding: 50px 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.profile_menu .profile_menu_center a{
    width: 28%;
    border: 1px solid #2d2e30;
    padding: 10px 0;
    text-decoration: none;
    color: #2d2e30;
    text-align: center;
}
.profile_menu .profile_menu_center a:hover{
    color: #fff;
    background: #0d4ea1;
    border: none;
}

.active{
    color: #fff!important;
    background: #0d4ea1!important;
    border: none;
}
.profile_introduce .partner{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.profile_introduce .partner .left{
    width: 50%;
}
.profile_introduce .partner .left p{
    margin-bottom: 12px;
}
.profile_introduce .partner .left p:nth-child(1){
    font-size: 26px;
    color: #0353c6;
    font-weight: 500;
    line-height: 50px;
}
.profile_introduce .partner .left p:nth-child(2){
    font-size: 14px;
    color: #2d2e30;
    line-height: 30px;
}
.profile_introduce .partner .left p:nth-child(3){
    color: #1c1bfb;
    font-size: 14px;
} 
.profile_introduce .partner .right{
    width: 40%;
    margin-top:50px;
    background: #a0a0a0;
    height: 400px;
}
.profile_introduce .num_scroll{
    width: 80%;
    margin:20px auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 100px;
    background: #f2f3f5;
    /* box-sizing: border-box; */
}
.profile_introduce .num_scroll .item{
   
}
.profile_introduce .num_scroll .item .large{
	font-family: fantasy;
    font-size: 50px;
    color: #0051C6;
    vertical-align: middle;
}
.profile_introduce .num_scroll .item .small{
    display: inline-block;
}
.profile_swiper {
    width: 70%;
    height: 100%;
    position: relative;
    margin-bottom:50px;
  }
  .profile_swiper_wrapper{
      
  }
  .profile_swiper_slide {
    /* width: 0px !important; */
  }

  .profile_swiper_slide img {
    width: 100%;
  }
  .profile_swiper_slide .item{
      width: 100%;
  }
  .profile_swiper_slide .item p{
      text-align: center;
      font-weight: 600;
  }

.profile_progress{
    width: 70%;
    margin: auto;
    padding-bottom: 50px;
}
.profile_progress img{
    width: 80%;
    display: block;
    margin: auto;
}
.adv_img,.customer_list{
    width: 70%;
    margin: auto;
}
.adv_img img{
    width: 100%;
}
.last_adv_img{
    padding-bottom: 50px;
}
.culture_list{
    width:70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.culture_list_img{
    width: 55%;
}
.culture_list_img img{
    width: 100%;
}
.culture_list_text .culture_title{
    margin-bottom:10px
}
.culture_list_text .culture_title span{
    display: inline-block;
    vertical-align: middle;
}
.culture_list_text .culture_title span:nth-child(1){
    height: 30px;
    width: 10px;
    background: #0063f2;
}
.culture_list_text .culture_title span:nth-child(2){
    font-size: 30px;
    width: 120px;
    border-bottom: 1px solid #000;
    height: 36px;
    line-height: 36px;
}
.culture_list_text{
    width: 40%;
    text-align: left;
}
.culture_list_text{
    font-size: 13px;
    line-height: 25px;
}
.customer_swiper_wrapper{
    width: 100%;
    margin: auto;
    transition-timing-function:linear;
}
.customer_swiper_wrapper .swiper-slide{
    width: 10%;
}
.customer_swiper_wrapper img{
    width: 100%;
}
.main .employ_top{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #999;
}
.main .employ_top .left{
    width: 30%;
    
}
.main .employ_top .left span{
    color: #000;
    font-size: 14px;
}
.icon_home{
    fill:#0d4ea1;
}
.main .employ_top .right{
    width: 20%;
    position: relative;
}
.main .employ_top .right input{
    width: 100%;
    display: inline-block;
    height: 30px;
    border-radius: 15px;
    border: none;
    outline: none;
}
.main .employ_top .right .icon_sousuo{
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 20px;
    font-size: 18px;
    color: rgb(51, 50, 50);
}
.employ_content{
    cursor: pointer;
    background-color: #f6f5f5;
    position: relative;
    width: 90%;
    margin:50px auto;
    margin-top: 50px;
    padding: 20px 50px;
    box-sizing: border-box;
    border-top: 3px solid #0d4ea1;
    box-shadow:1px 1px 10px  #999;
    height: 89px;
    overflow: hidden;
}


.hr_active{height: auto;background-color: #fff;}

.employ_content .num_address>span{
    display: inline-block;
    font-size: 14px;
    color: #999;
}
.employ_content .num_address>span:nth-child(1){
    margin-right: 20px;
}
.employ_require{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 25px;
    font-size:14px;
}
.employ_require .left{
    width:40%;
    line-height: 25px;
    font-size: 14px;
}
.employ_require .right{
    width: 40%;
    line-height: 25px;
    font-size: 14px;
}
.employ_content .bottom{
    width: 100%;
}
.employ_content .bottom .btn a{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #0d4ea1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}
.employ_content .up_down{
    
    font-size: 30px;
    position: absolute;
    bottom:30px;
    right: 40px;
}
.employ_content .icon_up{
   
}
.employ_fold{
    background:rgb(246, 245, 245);
}
.imgLi{
    width: 30%;
    margin-left: 17px!important;margin-right: 17px!important;
    height: auto !important;
}
/*2023.07.04*/
.g-foot3{
    top: 2074px!important;
}
 .g-bg{
     height: 1767px!important;
 }   
.g-foot2{
    top: 1699px!important;
}

.g-bg2{
    height: 1392px!important;
}

.g-foot30{
    top: 1722px!important;
}

.g-bg30{
    height: 1414px!important;
}
 
/*2023.07.04 en*/
.g-foot76{
    top: 2073px!important;
}
 .g-bg76{
     height: 1767px!important;
 }   
.g-foot78{
    top: 1698px!important;
}

.g-bg78{
    height: 1391px!important;
}

.g-foot79{
    top: 1721px!important;
}

.g-bg79{
    height: 1412px!important;
}
